Testing React with Testing Library
複雑なコンポーネントをより小さい部品ごとに構築する
一度に一つずつテストすることを意識する
セットアップ
インストール
code:sh
$ npm create vite carousel -- --template react-ts
$ cd carousel
$ npm install
サーバ立ち上げ
code:sh
$ npm run dev
https://scrapbox.io/files/66d134e376dd5200224fcf72.png
各種ツール設定(省略)
実践例